Fix misc issues related to allowing support of more CPUs
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 22 Sep 2008 13:37:31 +0000 (14:37 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 22 Sep 2008 13:37:31 +0000 (14:37 +0100)
commit13fe69b4a731ddd43b27f888c0a7e79c55ff6c8a
tree2ef6f237bbe338b30f116125041e90fa63ef094c
parent13ad235ee7a5a05cb9e5eee8fce3a8255cb5e380
Fix misc issues related to allowing support of more CPUs

This mainly means removing stack variables that (should) depend on
NR_CPUS (other than cpumask_t ones) and adjusting certain array sizes.

There's at least one open tools issue: The 'xm vcpu-pin' path assumes
a maximum of 64 CPU-s in many places.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/nmi.c
xen/arch/x86/smpboot.c
xen/arch/x86/x86_32/domain_page.c
xen/common/domctl.c
xen/common/sched_credit.c
xen/common/sched_sedf.c